go/ast.IndexListExpr.Rbrack (field)

8 uses

	go/ast (current package)
		ast.go#L362: 		Rbrack  token.Pos // position of "]"
		ast.go#L540: func (x *IndexListExpr) End() token.Pos  { return x.Rbrack + 1 }

	go/parser
		parser.go#L2940: 			Rbrack:  rbrack,

	go/printer
		nodes.go#L924: 		p.exprList(x.Lbrack, x.Indices, depth+1, commaTerm, x.Rbrack, false)
		nodes.go#L925: 		p.setPos(x.Rbrack)

	go/types
		index.go#L449: 			rbrack:  e.Rbrack,

	golang.org/x/tools/internal/typeparams
		common.go#L35: 		return e.X, e.Lbrack, e.Indices, e.Rbrack
		common.go#L59: 			Rbrack:  rbrack,